body {
  background: #f3f3f3;
}

header {
  background: url("https://images.businessnews.telstra.com/EloquaImages/clients/Telstrab2b/%7Bbf526544-30c6-46e3-b0fc-9c39c46c8532%7D_Telstra_Brand_3.1_Gradient_Blue_RGB.jpg") center
    no-repeat;
  height: 250px;
  width: 100%;
  background-size: cover;
}

header .main-container {
  background: transparent;
  box-shadow: none;
  padding: 0;
  margin: 0 auto;
}

header .container {
  position: relative;
}

header .logo {
  width: 180px;
  height: 37px;
  position: absolute;
  right: auto;
  top: 30px;
  left: 50px;
}

header .logo img {
  width: 100%;
}

header .page-title {
  font-size: 36px;
  line-height: 39px;
  font-weight: bold;
}

header .page-heading {
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
}

header .tag {
  position: absolute;
  max-width: 313px;
  min-height: 163px;
  background: #ffffff;
  display: flex;
  align-items: center;
  z-index: 1;
}

header .tag h2 {
  font-family: telstrafontbold;
}

header .tag > div {
  padding: 0 30px;
}
.main-container {
  width: 100%;
  position: relative;
  max-width: 1400px;
  margin: -40px auto -20px auto;
  padding: 0 0 60px 0;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: rgb(0 0 0 / 20%) 0px 3px 3px -2px,
    rgb(0 0 0 / 14%) 0px 3px 4px 0px, rgb(0 0 0 / 12%) 0px 1px 8px 0px;
}

.main-container:after {
  content: "";
  position: absolute;
  border-radius: 0 0 10px 10px;
  left: 0;
  bottom: 0;
  height: 8px;
  width: 100%;
  background-image: linear-gradient(150deg, #0064d2, #5cd6e0 33%, #5e50bf);
}

.main-description {
  margin: 50px 0;
  font-size: 17px;
  line-height: 23px;
  letter-spacing: -0.28px;
  text-align: left;
  color: #000000;
}

.hero-banner {
  border-radius: 10px 10px 0 0;
  height: 360px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.hero-banner video {
  position: absolute;
  margin-left: 50%;
  transform: translateX(-50%);
}

.container {
  max-width: 1120px;
  width: 90%;
  margin: 0 auto;
}

.blue-color {
  color: #001e82;
}

.row-block {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}
.column-block {
  display: flex;
  flex-direction: row;
  flex: 100%;
  padding: 20px;
  text-align: center;
  align-items: flex-start;
}

.column-block .img-container {
  height: 100px;
  min-width: 75px;
  margin-right: 30px;
  max-width: 100%;
  max-height: 100%;
}

.column-block .title {
  font-size: 20px;
  margin: 0 0 32px 0;
  padding: 0;
  text-align: left;
}

.column-block .description {
  font-size: 16px;
  text-align: left;
}

.spacer {
  height: 2px;
  width: 100%;
  margin: 50px 0;
  background-image: linear-gradient(150deg, #0064d2, #5cd6e0 33%, #5e50bf);
}

.spacer.flat-background {
  background-image: none;
  background: #bbbbbb;
  margin: 10px 0 20px 0;
  height: 1px;
}

.block-container {
  margin: 0 0 70px 0;
  display: flex;
  flex-direction: column;
}

.form-title-container .title {
  font-family: telstrafontbold;
  font-size: 26px;
  line-height: 25px;
  margin: 0 0 20px 0;
  color: #000000;
}

.form-title-container p {
  margin: 0 0 40px 0;
  line-height: 25px;
}

footer {
  padding-top: 50px;
  padding-bottom: 30px;
  background: #f3f3f3;
}
.footer-links {
  width: 500px;
  margin: 0 auto;
}

.form-title {
  text-align: left;
  color: #000000;
  font-size: 30px;
  padding: 1.5rem;
  line-height: 39px;
}

.form-container {
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}

.form-wrapper input[type="text"],
.form-wrapper select {
  border: 1px solid #bbbbbb;
  height: 40px;
  background: none;
}

.form-wrapper .thankyou-page {
  position: relative;
  height: 100%;
  display: none;
}

.form-wrapper .thankyou-page .title {
  font-family: telstrafontbold;
  color: #000000;
  font-size: 40px;
  line-height: 45px;
  margin: 0 0 20px 0;
}

.form-wrapper .thankyou-page .findmore-button-style-wrapper {
  background-color: #001E82;
  display: inline-block;
  margin-top: 15px;
  padding: 7px 20px;
  border: 1px solid #979797;
  border-radius: 3px;
  cursor: pointer;
}

.form-wrapper .thankyou-page .findmore-button-style-wrapper input {
  color: #fff;
  background-color: transparent;
  padding-right: 15px;
  margin: 0px;
  border: none;
  cursor: pointer;
  font-size: 16px;
}

.form-wrapper .thankyou-page .findmore-button-style-wrapper .arrow {
  border: solid #ffffff;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 5px;
}

.form-wrapper .thankyou-page .findmore-button-style-wrapper .right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transition-duration: .1s;
  -webkit-transition-duration: .1s;
  transition-property: transform;
  -webkit-transition-property: transform;
  transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
}

.form-wrapper .thankyou-page .footer-button {
  position: absolute;
  bottom: 0;
}

.title-container h2 {
  font-family: telstrafontbold;
}

@media only screen and (max-width: 767px) {
  header {
    height: 280px;
  }
  header .tag {
    top: 90px;
    left: 0;
  }

  header .logo {
    left: 0;
  }

  header .logo img {
    width: auto;
    height: 30px;
  }

  .hero-banner {
    border-radius: 0;
  }

  .hero-banner video {
    margin-left: 10%;
  }

  .title-container video {
    display: none;
  }
  .title-container h2 {
    padding: 24px 0;
  }

  .form-wrapper .thankyou-page .title {
    font-size: 30px;
  }

  .form-wrapper .thankyou-page .footer-button {
    position: relative;
  }
}

@media only screen and (min-width: 768px) {
  .info-container {
    height: 280px;
  }
  .column-block .description {
    text-align: center;
  }
  .column-block .title {
    margin: 32px auto;
    text-align: center;
    max-width: 240px;
  }
  .column-block {
    flex: 25%;
    flex-direction: column;
    align-items: flex-start;
  }
  .column-block .img-container {
    margin: auto;
  }
  header .logo {
    width: 150px;
    right: 0;
    top: 50px;
    left: auto;
  }
  .tag > div {
    padding: 0 40px;
  }
  header .page-title {
    font-size: 49px;
    line-height: 55px;
    font-weight: bold;
  }
  header .page-heading {
    font-size: 25px;
    display: block;
    margin-bottom: 10px;
  }
  .block-container {
    flex-direction: row;
  }
  header .tag {
    max-width: 425px;
    min-height: 221px;
    left: 0;
    top: 50px;
  }
  .form-wrapper {
    width: 650px;
    height: 100%;
    background: #ffffff;
    border-radius: 0 10px 10px 0;
    padding: 30px;
    overflow-y: auto;
  }
  .title-container {
    display: block;
    background-position: -893px 0px;
    height: 644px;
    width: 470px;
    border-radius: 10px 0 0 10px;
    position: relative;
    overflow: hidden;
  }
  .title-container h2 {
    position: absolute;
    top: 6px;
    left: 0;
    z-index: 999;
  }
  .form-title {
    color: #ffffff;
    font-size: 37px;
    line-height: 40px;
    width: 300px;
    padding-left: 40px;
  }
  .main-container {
    width: 100%;
  }
  .form-container {
    width: 100%;
    flex-direction: row;
    align-items: center;
  }
  .form-container {
    border-radius: 10px;
    border: 1px solid #979797;
    height: 642px;
  }
  .form-container:before {
    content: "";
    width: 8px;
    position: absolute;
    border-radius: 10px 0 0 10px;
    left: 0;
    top: 0;
    height: 100%;
    background-image: linear-gradient(-60deg, #0064d2, #5cd6e0 33%, #5e50bf);
  }
}
